ItemFlingEffect

@Serializable
data class ItemFlingEffect(val id: Int, val name: String, val effectEntries: List<Effect>, val items: List<Handle.Named<Item>>) : NamedModel(source)

The various effects of the move "Fling" when used with different items. See: https://pokeapi.co/docs/v2#item-fling-effects

Parameters

id

The identifier for this resource.

name

The name for this resource.

effectEntries

The result of this fling effect listed in different languages.

items

A list of items that have this fling effect.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, effectEntries: List<Effect>, items: List<Handle.Named<Item>>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
Link copied to clipboard
open override val name: String